LGF_MergeBitsToByte (FC / 3.0.1)
Overview
Author: Siemens Digital Industry
Short description
This function merge 8 Bits / 8 Boolean variables into one Byte variable.
Block Interface
| | LGF_MergeBitsToByte (FC) | |
| Bool | | | bit7 | | Ret_Val | | | Byte |
| | | | |
| Bool | | | bit6 | | | | | |
| | | | |
| Bool | | | bit5 | | | | | |
| | | | |
| Bool | | | bit4 | | | | | |
| | | | |
| Bool | | | bit3 | | | | | |
| | | | |
| Bool | | | bit2 | | | | | |
| | | | |
| Bool | | | bit1 | | | | | |
| | | | |
| Bool | | | bit0 | | | | | |
| | | | |
| | | |
Input parameter
| Identifier | Data type |
Description |
| bit7 | Bool |
Input Bit 7 - MSB |
| bit6 | Bool |
Input Bit 6 |
| bit5 | Bool |
Input Bit 5 |
| bit4 | Bool |
Input Bit 4 |
| bit3 | Bool |
Input Bit 3 |
| bit2 | Bool |
Input Bit 2 |
| bit1 | Bool |
Input Bit 1 |
| bit0 | Bool |
Input Bit 0 - LSB |
Output parameter
| Identifier | Data type |
Description |
| Ret_Val | Byte |
Composite Bit sequence stored as Byte variable |
Change log
| Version & Date | Change description |
| 1.0.0 | Simatic Systems Support |
| 20.06.2019 | First release |
| 3.0.0 | Simatic Systems Support |
| 23.04.2020 | Set version to V3.0.0 harmonize the version of the whole library |
| 3.0.1 | Simatic Systems Support |
| 22.02.2021 | Insert documentation |